crypto/x509.potentialParent.cert (field)
11 uses
crypto/x509 (current package)
cert_pool.go#L126: cert *Certificate
verify.go#L741: if candidate.cert.PublicKey == nil || alreadyInChain(candidate.cert, currentChain) {
verify.go#L745: if err := c.CheckSignatureFrom(candidate.cert); err != nil {
verify.go#L748: hintCert = candidate.cert
verify.go#L753: err = candidate.cert.isValid(certType, currentChain, opts)
verify.go#L757: hintCert = candidate.cert
verify.go#L766: hintCert = candidate.cert
verify.go#L774: chains = append(chains, appendToFreshChain(currentChain, candidate.cert))
verify.go#L777: childChains, err = candidate.cert.buildChains(appendToFreshChain(currentChain, candidate.cert), sigChecks, opts)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |